home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Inspector.nib / data.classes next >
Text File  |  1993-06-27  |  442b  |  33 lines

  1. InspectorAgent = {
  2.     ACTIONS = {
  3.     popupInspector:;
  4.     };
  5.     OUTLETS = {
  6.     currentPane;
  7.     noteField;
  8.     paneBox;
  9.     popup;
  10.     };
  11.     SUPERCLASS = UniqueAgent;
  12. };
  13. UniqueAgent = {
  14.     ACTIONS = {
  15.     windowWillClose:;
  16.     };
  17.     SUPERCLASS = NibAgent;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. NibAgent = {
  25.     ACTIONS = {
  26.     makeKeyAndOrderFront:;
  27.     };
  28.     OUTLETS = {
  29.     mainWindow;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.